home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Special XP & Vista
/
Chip Spesial XP & Vista.iso
/
3_Gadgets
/
gdAmp
/
gdamp.gg
/
main.xml
< prev
next >
Wrap
Text File
|
2007-08-14
|
3KB
|
50 lines
<!-- gdAmp - Copyright (c) Aug 2007 Krzysztof Olczyk -->
<view height="59" width="175" onclose="view_onClose()" onopen="view_onOpen()"
>
<div height="100%" opacity="50" width="100%" background="#000000"/>
<div height="20" opacity="100" width="100%" background="#000000"/>
<div height="20" hitTest="htclient" name="dTitleBar" tooltip="&TITLETOOLTIP;"
width="170"/>
<progressbar enabled="true" height="16" hitTest="htclient" name="pbPosition"
opacity="180" width="127" x="4" y="23" onclick="posclick()"
emptyImage="stock_images\progressbar_empty.png" fullImage="stock_images\progressbar_full.png"
value="50"/>
<label height="16" name="lblTime" width="38" x="135" y="24" align="right"
bold="true" font="verdana" size="8">00:00
</label>
<img cursor="hand" enabled="true" height="20" hitTest="htclient"
name="btn0" tooltip="&PREV;" width="20" x="4" y="39"
onclick="doprev()" onmouseout="bml(0)" onmouseover="bmo(0)"
src="images\media-skip-backward.png"/>
<img cursor="hand" enabled="true" height="20" hitTest="htclient"
name="btn1" tooltip="&PLAY;" width="20" x="29" y="39"
onclick="doplay()" onmouseout="bml(1)" onmouseover="bmo(1)"
src="images\media-playback-start.png"/>
<img cursor="hand" enabled="true" height="20" hitTest="htclient"
name="btn4" tooltip="&OPEN;" width="20" x="90" y="39"
onclick="doopen()" onmouseout="bml(4)" onmouseover="bmo(4)"
src="images\media-eject.png"/>
<img cursor="hand" enabled="true" height="20" hitTest="htclient"
name="btn2" tooltip="&STOP;" width="20" x="48" y="39"
onclick="dostop()" onmouseout="bml(2)" onmouseover="bmo(2)"
src="images\media-playback-stop.png"/>
<img cursor="hand" enabled="true" height="20" hitTest="htclient"
name="btn3" tooltip="&NEXT;" width="20" x="70" y="39"
onclick="donext()" onmouseout="bml(3)" onmouseover="bmo(3)"
src="images\media-skip-forward.png"/>
<scrollbar enabled="true" height="12" hitTest="htclient" name="sb" opacity="220"
tooltip="&VOLUME;" width="56" x="115" y="43" lineStep="10"
max="255" pageStep="20" background="stock_images/scroll_background.png"
leftImage="stock_images/scrollleft_u.png" leftDownImage="stock_images/scrollleft_d.png"
leftOverImage="stock_images/scrollleft_o.png" rightImage="stock_images/scrollright_u.png"
rightDownImage="stock_images/scrollright_d.png" rightOverImage="stock_images/scrollright_o.png"
thumbDownImage="stock_images/scrollthumb_d.png" thumbImage="stock_images/scrollthumb_u.png"
thumbOverImage="stock_images/scrollthumb_o.png" onchange="sb_onchange()"/>
<label height="16" name="lblStatus" width="116" x="10" y="23" align="center"
font="verdana" size="7" valign="middle"/>
<script src="utils.js" />
<script src="main.js" />
<script src="title_anim.js" />
<script src="popups.js" />
</view>